home *** CD-ROM | disk | FTP | other *** search
/ Aminet 50 / Aminet 50 (2002)(GTI - Schatztruhe)[!][Aug 2002].iso / Aminet / dev / basic / BlitzLstApr02.lha / BlitzLstApr02 / attachments / mail_47 / amigalibs.lha / amigalibexample / own.txt < prev    next >
Text File  |  1999-08-15  |  725b  |  18 lines

  1. This small shared library example shows you how to make your own libraries.
  2.  
  3. Files:
  4. own.txt            This file
  5. own.s            contains all code and setups needed to make library!
  6. own.i            contains library structure needed for above source!
  7. own.fd            FD file so that you can convert it to blitz easily
  8. own.library1        FDconverted as library 10 for the example
  9. own.library        Actual compiled working library.
  10. own.asc            Example brogram (So that you can see that it works ;)
  11.  
  12. Info:
  13. Library example is very small (3 asm instructions ;) and it requires FPU to
  14. work. And it WILL NOT test if there are FPU present in the system,
  15. so if you don't have one don't even try the test program.
  16.  
  17. If you have guestions you can mail to me at sami.naatanen@dlc.fi
  18.